* lisp/frame.el (scrolling): Remove nearly unused customization group.
authorChong Yidong <cyd@gnu.org>
Sun, 15 Apr 2012 15:11:06 +0000 (23:11 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 15 Apr 2012 15:11:06 +0000 (23:11 +0800)
* lisp/scroll-all.el (scroll-all-mode): Move to windows group.

lisp/ChangeLog
lisp/scroll-all.el
lisp/window.el

index df50ec35ada841d28fe7970ec029cf89dff82354..85412a9adbcd938e3ae51fd04a4cebe31696c794 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-15  Chong Yidong  <cyd@gnu.org>
+
+       * frame.el (scrolling): Remove nearly unused customization group.
+
+       * scroll-all.el (scroll-all-mode): Move to windows group.
+
 2012-04-15  Chong Yidong  <cyd@gnu.org>
 
        * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
index 9ff0a61db2f6c32c5aca1aa88e43d084a4794a32..fed886c2b559e39264752134b1851a86be566d12 100644 (file)
@@ -111,7 +111,6 @@ one window apply to all visible windows in the same frame."
   nil " *SL*" nil
   :global t
   :group 'windows
-  :group 'scrolling
   (if scroll-all-mode
       (add-hook 'post-command-hook 'scroll-all-check-to-scroll)
     (remove-hook 'post-command-hook 'scroll-all-check-to-scroll)))
index ca2cc9e795038623e156008003094055395aa5c8..934b6067d08ac5e1ef4d254d973a60304b32801f 100644 (file)
@@ -5443,7 +5443,7 @@ A value of t means point moves to the beginning or the end of the buffer
 \(depending on scrolling direction) when no more scrolling possible.
 When point is already on that position, then signal an error."
   :type 'boolean
-  :group 'scrolling
+  :group 'windows
   :version "24.1")
 
 (defun scroll-up-command (&optional arg)